home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_ca.java < prev    next >
Text File  |  1998-09-22  |  7KB  |  172 lines

  1. /*
  2.  * @(#)LocaleElements_ca.java    1.7 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_ca extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "ca_ES" }, // locale id based on iso codes
  57.             { "LocaleID", "0403" }, // Windows id
  58.             { "ShortLanguage", "cat" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "ESP" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "ca", "catal\u00e0" }
  63.                 }
  64.             },
  65.             { "Countries", // country names
  66.                 new String[][] {
  67.                     { "ES", "Espanya" }
  68.                 }
  69.             },
  70.             { "MonthNames", 
  71.                 new String[] { 
  72.                     "gener", // january
  73.                     "febrer", // february
  74.                     "mar\u00e7", // march
  75.                     "abril", // april
  76.                     "maig", // may
  77.                     "juny", // june
  78.                     "juliol", // july
  79.                     "agost", // august
  80.                     "setembre", // september
  81.                     "octubre", // october
  82.                     "novembre", // november
  83.                     "desembre", // december
  84.                     "" // month 13 if applicable
  85.                 }
  86.             },
  87.             { "MonthAbbreviations", 
  88.                 new String[] { 
  89.                     "gen.", // abb january
  90.                     "feb.", // abb february
  91.                     "mar\u00e7", // abb march
  92.                     "abr.", // abb april
  93.                     "maig", // abb may
  94.                     "juny", // abb june
  95.                     "jul.", // abb july
  96.                     "ag.", // abb august
  97.                     "set.", // abb september
  98.                     "oct.", // abb october
  99.                     "nov.", // abb november
  100.                     "des.", // abb december
  101.                     "" // abb month 13 if applicable
  102.                 }
  103.             },
  104.             { "DayNames", 
  105.                 new String[] { 
  106.                     "diumenge", // Sunday
  107.                     "dilluns", // Monday
  108.                     "dimarts", // Tuesday
  109.                     "dimecres", // Wednesday
  110.                     "dijous", // Thursday
  111.                     "divendres", // Friday
  112.                     "dissabte" // Saturday
  113.                 }
  114.             },
  115.             { "DayAbbreviations", 
  116.                 new String[] { 
  117.                     "dg.", // abb Sunday
  118.                     "dl.", // abb Monday
  119.                     "dt.", // abb Tuesday
  120.                     "dc.", // abb Wednesday
  121.                     "dj.", // abb Thursday
  122.                     "dv.", // abb Friday
  123.                     "ds." // abb Saturday
  124.                 }
  125.             },
  126.             { "NumberPatterns", 
  127.                 new String[] { 
  128.                     "#,##0.###;#,##0.###", // decimal pattern
  129.                     "Pts #,##0;-Pts #,##0", // currency pattern
  130.                     "#,##0%" // percent pattern
  131.                 }
  132.             },
  133.             { "NumberElements", 
  134.                 new String[] { 
  135.                     ",", // decimal separator
  136.                     ".", // group (thousands) separator
  137.                        ";", // list separator
  138.                     "%", // percent sign
  139.                     "0", // native 0 digit
  140.                     "#", // pattern digit
  141.                     "-", // minus sign
  142.                     "E", // exponential
  143.                     "\u2030", // per mille
  144.                     "\u221e", // infinity
  145.                     "\ufffd" // NaN
  146.                 }
  147.             },
  148.             { "CurrencyElements", 
  149.                 new String[] { 
  150.                     "Pts", // local currency symbol
  151.                     "ESP", // intl currency symbol
  152.                     "," // monetary decimal separator
  153.                 }
  154.             },
  155.             { "DateTimePatterns", 
  156.                 new String[] { 
  157.                     "HH:mm:ss z", // full time pattern
  158.                     "HH:mm:ss z", // long time pattern
  159.                     "HH:mm:ss", // medium time pattern
  160.                     "HH:mm", // short time pattern
  161.                     "EEEE, d' / 'MMMM' / 'yyyy", // full date pattern
  162.                     "d' / 'MMMM' / 'yyyy", // long date pattern
  163.                     "dd/MM/yyyy", // medium date pattern
  164.                     "dd/MM/yy", // short date pattern
  165.                     "{1} {0}" // date-time pattern
  166.                 }
  167.             },
  168.             { "CollationElements", "@" } 
  169.         };
  170.     }
  171. }
  172.